/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */

html,body{
	font-family:"Microsoft YaHei";
}
input, button, textarea,select,button{
	font-family:"Microsoft YaHei";
}
.bgf5{
	background: #f5f5f5;
}
.bge{
	background: #eee;
}
.header_box{
	background: #fff;
}
.header_fix{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 7px rgba(115,115,115,.15);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.header{
	width: 100%;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.head_t{
	background: #2761c4;
}
.head_t_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.head_t_l{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.head_t_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.head_t_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 0 18px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	position: relative;
}
.head_t_item::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #5c5c5c;
	margin-top: -8px;
}
.head_t_item .icon{
	margin-right: 8px;
}

.head_lag{
	height: 40px;
	position: relative;
}
.head_lag_t{
	height: 40px;
	color: #fff;
	cursor: pointer;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	color: #fff;
	font-size: 14px;
	padding: 0 18px;
}

.head_lag_t .icon{
	color: #fff;
	margin-right: 8px;
}
.head_lag_t .icon1{
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 5px;
	border-bottom-width: 0;
	border-left-width: 5px;
	border-right-width: 5px;
	border-color:#fff transparent transparent transparent;
	margin-left: 8px;
}


.head_lag_down{
	position: absolute;
	right:0;
	top: 40px;
	z-index: 2;
	display: none;
	width: 100%;
	background: #fff;
	text-align: center;
	padding:8px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.head_lag_down a{
	display: block;
    line-height: 30px;
	color: #333;
	text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.head_lag_down a:hover{
	color: #fff;
	background: #2761c4;
}

.head_m_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 10px 0;
}





.head_m_r{
	width: calc(100% - 620px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.head_m_tel{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.head_m_tel .icon{
	width: 44px;
	height: 44px;
	font-size: 44px;
}
.head_m_tel .con{
	width: calc(100% - 44px);
	padding-left: 12px;
}
.head_m_tel .con .tt{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 2px;
}
.head_m_tel .con .text{
	font-size: 22px;
	color: #d73f28;
	font-weight: bold;
}





.head_b{
	background: #2761c4;
}
.logo{
	width: 620px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.logo img{
	max-width: 100%;
}

.menu{
	width: 100%;
}
.menu_dl{
	display:flex;
    display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
    align-items:center;
    -ms-align-items: center;
	-webkit-align-items: center;
	width: 100%;
}
.menu_dl dd{
	position: relative;
}
.menu_tt{
	
}
.menu_tt .text{
	display: block;
	color: #fff;
	text-align: center;
	line-height:52px;
	font-size: 16px;
	padding: 0 35px;
	width: 100%;
}
.menu_dl dd.hover .menu_tt .text{
	background: #1a53b3;
}

.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 52px;
	z-index: 3;
	width: 210px;
	background: #fff;
	padding: 8px 0;
}
.menu_down a{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	line-height: 24px;
	padding:13px 24px;
	color: #666;
	border-bottom: 1px solid #eee;
}
.menu_down a .icon{
	width: 20px;
}
.menu_down a .tt{
	width: calc(100% - 20px);
}

.menu_down a:hover{
	color: #fff;
	background: #1a53b3;
}







.head_search{
	width: 44px;
	height: 44px;
	line-height:44px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background: #f5f5f5;
	margin-left: 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.head_search:hover{
	color: #fff;
	background: #1a53b3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #1a53b3;
	font-size: 28px;
	font-weight: bold;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}
.search_box_close:hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}




/*
 * wap head
 */
 .mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.mobile_header_top{
	position: fixed;
	left: 0;
	top:0;
	z-index: 7;
	width: 100%;
	height: 52px;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 180px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 40px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 28px;
	background:#333;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_header.hover{
	background:rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 8;
	width:75%;
	height: 100%;
	background:#fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #3858b2;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	
}

.mobile_menu_down{
	display:none;
	padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
	margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	padding: 7px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
}
.mobile_menu_down_clm_list{
	display: none;
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}
.mobile_menu_down_clm_list a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background:#333;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #1a53b3;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
	margin-right: 8px;
	font-size: 16px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 18px;
	color:#333;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}



.mask,
.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}










/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner .item a{
	display: block;
	overflow: hidden;
	position: relative;
}
.banner.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 15px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	width: 30px;
    background: #1a53b3;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner.owl-carousel .owl-controls .owl-nav .owl-next, 
.banner.owl-carousel .owl-controls .owl-nav .owl-prev{
	position: absolute;
	bottom: auto;
	top: 50%;
	z-index: 3;
	width: 48px;
	height: 94px;
	line-height: 9999px;
	padding: 0;
	text-align: center;
	margin: 0;
	margin-top: -47px;
	overflow: hidden;
	background: #fff;
}
.banner.owl-carousel .owl-controls .owl-nav .owl-prev{
	left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#fff url(../images/banner_icon.png) no-repeat center center;
}
.banner.owl-carousel .owl-controls .owl-nav .owl-next{
	right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background:#fff url(../images/banner_icon2.png) no-repeat center center;
}


.scroll_dots.owl-theme .owl-controls{
	width: 100%;
}
.scroll_dots.owl-theme .owl-dots{
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #d73f28;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.main_content{
	padding: 80px 0;
}
.main_content2{
	padding-top: 80px;
}
.main_content3{
	padding-bottom: 80px;
}


.fz42{
	font-size: 42px;
}
.fz36{
	font-size: 36px;
}
.fz30{
	font-size: 30px;
}
.fz24{
	font-size: 24px;
}

.ind_title1{
	margin-bottom: 35px;
}
.ind_title1 .tt{
	color: #333;
	line-height: 1.3;
}
.ind_title1 .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-top: 8px;
}
.ind_title1 .text a{
	color: #d73f28;
}

.btn_style1{
	width: 150px;
	min-width: 140px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 44px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.btn_style1.bgf5{
	background: #f5f5f5;
}

.btn_style1 .icon{
	font-size: 18px;
	margin-right: 5px;
}
.btn_style1.hover{
	color: #fff;
	background: #2761c4;
}



/* ind_box1 */
.ind_box1{
	background: #fff;
	padding: 48px 0;
}

.ind_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box1_l{
	width: 58.57%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box1_l_tt{
	width: 80px;
	color: #333;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
}
.ind_box1_l_text{
	width: calc(100% - 80px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box1_l_text a{
	height: 36px;
	line-height: 34px;
	padding: 0 14px;
	font-size: 16px;
	color: #666;
	border: 1px solid transparent;
	margin: 0 1px 4px;
	border-radius: 3px;
}
.ind_box1_l_text a:hover{
	color: #1a53b3;
	border-color: #1a53b3;
}


.ind_box1_r{
	width: 37.8%;
}

.ind_box1_r_form{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-radius: 3px;
	overflow: hidden;
}
.ind_box1_r_form_text{
	width: calc(100% - 100px);
	height: 50px;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
	border: 1px solid #dcdcdc;
}

.ind_box1_r_form_btn{
	width: 100px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: #1a53b3;
}



/* ind_box2 */

.ind_box2{
	background: #f9f9f9;
}

.ind_box2_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
}

.ind_box2_l{
	width: 330px;
	background: #eee;
}


.ind_box2_l_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #333;
	height: 80px;
	font-weight: bold;
	padding-left: 75px;
	border-bottom: 1px solid #f9f9f9;
}
.ind_box2_l_title .icon{
	font-size: 24px;
	margin-right: 18px;
}
.ind_box2_l_list_item{
	position: relative;
}

.ind_box2_l_list_item.hover .ind_box2_l_title,
.ind_box2_l_list_item:hover .ind_box2_l_title,
.ind_box2_l_custome:hover .ind_box2_l_title{
	color: #fff;
	background: #2761c4;
}

.ind_box2_l_list_down{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 2;
	width: 250px;
	background: rgba(39,97,196,.9);
	padding: 0 20px;
}

.ind_box2_l_list_item:hover .ind_box2_l_list_down{
	display: block;
}

.ind_box2_l_list_down a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	padding-left: 16px;
	border-bottom: 1px solid #517ecb;
}
.ind_box2_l_list_down a .icon{
	margin-right: 6px;
}


.ind_box2_l_tel{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #2761c4;
	padding: 30px 0 32px 35px;
	border-bottom: 1px solid #f9f9f9;
}

.ind_box2_l_tel .icon{
	width: 50px;
	font-size: 40px;
	text-align: center;
}
.ind_box2_l_tel .con{
	width: calc(100% - 50px);
	font-weight: bold;
	padding-left: 12px;
}
.ind_box2_l_tel .con .tt{
	font-size: 14px;
	margin-bottom: 4px;
}
.ind_box2_l_tel .con .text{
	font-size: 22px;
}

.pro_list1 dd{
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list1_item3{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1_item3 dd{
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
}


.ind_box2_l_b{
	padding: 40px 0 45px;
}


.ind_box2_r{
	width: calc(100% - 330px);
	padding: 20px;
}

.pro_list1_pic{
	display: block;
	overflow: hidden;
	border: 4px solid #f5f5f5;
}
.pro_list1_pic img{
	width: 100%;
}

.pro_list1_b{
	height: 50px;
	position: relative;
}
.pro_list1_b_con{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 130px;
	padding: 0 18px;
	background: rgba(245,245,245,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list1_tt{
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.pro_list1_btn_box{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.pro_list1_btn_box .btn_style1{
	width: 140px;
}
.pro_list1_btn_box .btn_style1:last-child{
	color: #2761c4;
}

.pro_list1 dd:hover .pro_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_list1 dd:hover .pro_list1_tt{
	color: #2761c4;
}

.pro_list1 dd:hover .pro_list1_b_con{
	padding-top: 8px;
	transform: translate(0,calc(-100% + 50px));
	-webkit-transform: translate(0,calc(-100% + 50px));
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	background: rgba(245,245,245,.9);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_box3{
	position: relative;
}
.ind_box3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 50%;
	background: #f9f9f9;
}

.ind_box3_con{
	background: url(../images/ind_bg1.jpg) no-repeat center center / cover;
	padding: 50px 5% 30px;
	border-radius: 3px;
	position: relative;
	z-index: 2;
}

.ind_box3_con_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 30px;
}


.ind_box3_title{
	width: 220px;
	line-height: 1.3;
}

.ind_box3_t_r{
	width: calc(100% - 220px);
}
.ind_box3_t_r_form{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_t_r_form_l{
	width: 20%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_t_r_form_l_item{
	width: 40%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
}
.ind_box3_form_check{
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.ind_box3_t_r_form_l_item:nth-child(n+3){
	margin-bottom: 0;
}

.ind_box3_t_r_form_m{
	width: 58%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box3_form_text{
	width: calc((100% - 20px) / 2);
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	padding-left: 15px;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
}
.ind_box3_form_text:nth-child(n+3){
	margin-bottom: 0;
}


.ind_box3_form_btn{
	width: 18%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #2761c4;
	border-radius: 3px;
}

.ind_box3_con_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}

.ind_box3_con_b a{
	display: block;
	padding: 0 32px;
	line-height: 50px;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	background: #d73f28;
}



.ind_box4_pic_mobile{
	display: none;
}
.ind_box4_pic_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box4_pic_list dd{
	width: 48%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 20px;
}
.ind_box4_pic_list dd .pic{
	width: 144px;
	border-radius: 50%;
	border: 2px solid #2761c4;
	overflow: hidden;
}
.ind_box4_pic_list dd .con{
	width: calc(100% - 144px);
	padding-left: 20px;
} 
.ind_box4_pic_list dd .con .tt{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.ind_box4_pic_list dd .con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}



/* ind_box5 */
.ind_box5{
	background: #f5f5f5;
}
.ind_title1_box{
	margin-bottom: 30px;
}
.ind_title1_t{
	background: #2761c4;
	height: 122px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
}
.ind_title1_t .ind_title1{
	margin-bottom: 4px;
}
.ind_title1_icon img{
	vertical-align: top;
}

.ind_box5_con{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
	padding: 50px 3.5%;
}
.ind_box5_con::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 93.6%;
	background: #fff;
	height: 100%;
}
.ind_box5_l{
	width: 53%;
	position: relative;
	z-index: 2;
}
.ind_box5_title1{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 17px;
}
.ind_box5_text{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
}

.ind_box5_l .ind_box5_l_list{
	margin-bottom: 40px;
}
.ind_box5_l_list{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ind_box5_l_list dd{
	width: 25%;
	padding: 0 5px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.ind_box5_l_list dd:last-child::after{
	display: none;
}
.ind_box5_l_list dd::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 95%;
	background: #cdcdcd;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.ind_about_num{
	color: #2761c4;
	font-size: 36px;
	margin-bottom: 5px;
} 
.ind_about_tt{
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}


.ind_box5_l_btn_box{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ind_box5_l_btn_box .btn_style1{
	margin-right: 20px;
}

.ind_box5_r{
	width: 43%;
	position: relative;
	z-index: 2;
}
.ind_box5_r a{
	display: block;
	position: relative;
	overflow: hidden;
}
.ind_box5_r a img{
	width: 100%;
}
.ind_box5_r a:hover img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.ind_box5_r a .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 82px;
	background: rgba(0,0,0,.4);
}



/* ind_box6 */
.ind_box6_scroll{
	
}
.ind_case_list_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #f5f5f5;
}

.ind_box6_scroll_pic{
	width: 45%;
	overflow: hidden;
}
.ind_box6_scroll_con{
	width: 55%;
	padding: 20px 4%;
}
.ind_box6_scroll_tt{
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 14px;
}

.ind_box6_scroll_text{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 25px;
}

.ind_box6_scroll_rela_pro{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 16px;
	padding-bottom: 25px;
}
.ind_box6_scroll_rela_pro .tt{
	width: 80px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.ind_box6_scroll_rela_pro .con{
	width: calc(100% - 80px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box6_scroll_rela_pro .con a{
	color: #666;
	line-height: 30px;
	margin: 0 18px 10px 0;
}
.ind_box6_scroll_rela_pro .con a:hover{
	color: #2761c4;
}


.ind_box6_scroll .item:hover .ind_box6_scroll_pic img,
.case_list1 .item:hover .ind_box6_scroll_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_box6_scroll .item:hover .ind_box6_scroll_tt,
.case_list1 .item:hover .ind_box6_scroll_tt{
	color: #2761c4;
}




.ind_box7{
	background:#f5f5f5 url(../images/ind_bg2.jpg) no-repeat center bottom / 100% auto;
}


.ind_box7_con{
	position: relative;
	padding-top: 33px;
}
.ind_box7_con::after{
	content: "";
	position: absolute;
	left: 0;
	top:94px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 262px;
	border-radius: 262px;
	border: 2px dashed #2761c4;
}

.ind_box7_list{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 137px;
	position: relative;
	z-index: 2;
}

.ind_box7_clm1{
	margin-bottom: 105px;
}
.ind_box7_clm2{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.ind_box7_list dd .con{
	width: 121px;
	height: 121px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	margin-bottom: 14px;
}
.ind_box7_list dd .con .icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 100%;
	height: 100%;
	font-size: 44px;
	color: #666;
}
.ind_box7_list dd .con .pic{
	opacity: 0;
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 5;
	width:calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 50%;
	overflow: hidden;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box7_list dd:hover .con .pic{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box7_list dd .tt{
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: bold;
}



.ind_box8_scroll .item{
	position: relative;
	overflow: hidden;
}
.honor_pic_box{
	position: relative;
	overflow: hidden;
}
.honor_pic_box>img{
	width: 100%;
}
.honor_pic_box .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 6.75% 9.55%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;

}
.honor_pic_box .pic img{
	width: 100%;
}
.honor_pic_tt{
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 100%;
	height: 110px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	background: rgba(39,97,196,.8);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box8_scroll .item:hover .honor_pic_tt{
	bottom: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.ind_video_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_video_list1 dd{
	width: 25%;
	padding: 0 20px;
	position: relative;
}
.ind_video_list1 dd::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #eaeaea;
	position: absolute;
	right: 0;
	top: 0;
}

.ind_video_list1_item3 dd{
	width: 33.33%;
}


.ind_video_list1 dd:last-child::after{
	display: none;
}
.ind_video_list1_pic{
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.ind_video_list1_pic img{
	width: 100%;
}
.ind_video_list1_pic .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 50px;
	background: rgba(0,0,0,.16);
}


.ind_video_list1_con{
	padding: 18px 5% 10px;
}
.ind_video_list1_tt{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 15px;
}
.ind_video_list1 dd:hover .ind_video_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.ind_video_list1_con .btn_style1:hover{
	color:#fff;
	background: #2761c4;
}





/* footer */
.footer{
	/*background: url(../images/footer_bg.jpg) no-repeat center center / cover;*/
	background: #2761c4;
}
.footer_t{
	background: ;
	padding: 60px 0 30px;
}
.footer_t_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom:30px;
}
.footer_t_l{
	width: 66%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_t_line{
	width: 1px;
	background: #dde3ea;
}
.footer_t_r{
	width: 27.5%;
}

.footer_t_l_item{
	width: 22%;
}
.footer_t_title1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	position: relative;
	font-size: 24px;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #dde3ea;
	margin-bottom: 25px;
}
.footer_t_title1::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	margin-right: 13px;
}

.footer_t_list a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding:6px 0;
}
.footer_t_list a .icon{
	width: 11px;
	height: 11px;
	background: url(../images/footer_icon.png) no-repeat center center;
}
.footer_t_list a .tt{
	width: calc(100% - 11px);
	padding-left: 5px;
}
.footer_t_list a:hover{
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}

.footer_t_r_list .item{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 7px 0;
}
.footer_t_r_list .item a{
	color: #fff;
}


.footer_b_wrap{
	border-top: 1px solid #dde3ea;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 25px 0;
}
.footer_b_l{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.footer_b_l a{
	color: #fff;
}

.footer_b_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.footer_b_r .icon{
	width: 34px;
	height: 34px;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #2761c4;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	position: relative;
}

.footer_b_r .icon .pic{
	display: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
}
.footer_b_r .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.footer_b_r .icon:hover .pic{
	display: block;
}

.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 5;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background: #d73f28;
	border-radius: 3px;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* sub_banner */



/* location */
.location{
	width: 100%;
	color: #666;
	font-size: 14px;
	background: #fff;
}

.location .wrapper{
	height: 50px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.location_icon{
	font-size: 18px;
	margin-right: 7px;
}
.location_tt{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.location a{
	color: #666;
	margin: 0 3px;
}
.location a:hover{
	color: #2761c4;
}




.about_box1{
	background: #f5f5f5;
}
.about_box1_clm1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 50px;
}

.about_box1_l{
	width: 52%;
}


.about_box1_title1{
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}

.about_box1_title2{
	font-size: 20px;
	margin-bottom: 20px;
}
.about_text{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}


.about_box1_r{
	width: 45%;
}
.about_box1_r a{
	display: block;
	position: relative;
	overflow: hidden;
}
.about_box1_r a img{
	width: 100%;	
}
.about_box1_r a .icon{
	position: absolute;
	left: 0;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 100%;
	height: 100%;
	font-size: 80px;
	color: #fff;
	background: rgba(0,0,0,.36);
}
.about_box1_r a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.about_box1_clm2{
	
}

.ind_box5_l_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box1_clm2 .ind_box5_l_list dd{
	width: calc(100% / 6);
}



.about_box2{
	background: url(../images/about_bg1.jpg) no-repeat center center / cover;
}

.about_box2_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 35px;
}

.about_box2_l{
	width: 47%;
}

.about_box2_title1{
	line-height: 1.5;
	margin-bottom: 20px;
	max-width: 788px;
}

.about_box2_line{
	width: 100%;
	height: 1px;
	position: relative;
	background: #458ee8;
}
.about_box2_line::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -1px;
	width: 80px;
	height: 3px;
	background: #fff;
	margin-left: -40px;
}

.about_box2_l_tt{
	color: #fff;
	margin-bottom: 13px;
}
.about_box2_l_tt2{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.about_box2_l_line{
	height: 2px;
	background: #4d99f0;
	border-top: 1px solid #2769b3;
	margin: 25px 0;
}
.about_box2_l_text{
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 24px;
}
.about_box2_r{
	width: 47%;
}




.honor_list1{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.honor_list1 dd{
	width: 31.5%;
	margin: 0 2.7% 40px 0;
}

.honor_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.honor_list2 .item{
	width: calc((100% - 60px) / 4);
	margin: 0 20px 25px 0;
}



.honor_list1 dd a,
.honor_list2 .item{	
	display: block;
	position: relative;
	overflow: hidden;
}
.honor_list1 dd .honor_pic_box .pic{
	padding: 7.5% 6.3%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.honor_list1 dd:hover .honor_pic_tt,
.honor_list2 .item:hover .honor_pic_tt{
	bottom: 0;
}
.honor_list1 dd .honor_pic_tt{
	height: 60px;
}



.about_box4{
	background: #f5f5f5;
}


.parents_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.parents_list{
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.parents_list dd{
	width: 20%;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.parents_list dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 5px;
}
.parents_list dd a img{
	width: auto !important;
	max-width: 100% !important;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.parents_list dd a:hover img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}



.about_box5_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box5_l{
	width: 43%;
}

.about_box5_r{
	width: 57%;
}
.about_box5_r_tel{
	color: #333;
}
.about_box5_r_tel a{
	color: #d73f28;
}



/* sub_nav */
.sub_nav_box{
	background: #eee;
	padding: 40px 0 25px;
}
.sub_nav{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_nav .item{
	line-height: 46px;
	padding: 0 40px;
	font-size: 18px;
	background: #fff;
	border-radius: 5px;
	margin: 0 15px 15px;
}
.sub_nav .item.hover,
.sub_nav .item:hover{
	color: #fff;
	background: #2761c4;
}


.case_list1 .ind_case_list_item{
	margin-bottom: 20px;
	background: #fff;
}
.case_list1 .ind_case_list_item:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}



/* page */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    padding:35px 0 20px;
}
.page a{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
	padding: 0 8px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.page a.hover,.page a:hover{
	color: #fff;
	background: #2761c4;
	border-color: #2761c4;
}

.page a.prev,
.page a.next{
	width: auto;
	padding: 0 15px;
}




/* 车间实景 */
.fac_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.fac_list1 dd {
	width: calc((100% - 50px) / 3);
	margin:0 25px 25px 0;
}
.fac_list1 dd a{
	display: block;
}
.fac_list_pic{
	border: 4px solid #fff;
	overflow: hidden;
	position: relative;
}
.fac_list_pic img{
	width: 100%;
}
.fac_list_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background: rgba(39,97,196,.8);
}

.fac_list1 dd:hover .fac_list_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}




/* contact */
.contact_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.contact_box1_pic{
	width: 50%;
	border-right: 1px solid #dcdcdc;
}
.contact_box1_r{
	width: 50%;
	padding: 20px 3%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.contact_box1_list{
	width: 100%;
}
.contact_box1_list dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 26px;
	padding: 32px 0;
	color: #666;
}
.contact_box1_list dd:last-child{
	border: none;
}
.contact_box1_list dd .icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #d73f28;
	font-size: 40px;
}
.contact_box1_list dd .tt{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.contact_box1_list dd a{
	color: #666;
	margin: 0 5px;
}
.contact_box1_list dd .text{
	width: calc(100% - 130px);
}
.contact_box1_list dd a:hover{
	color: #2761c4;
}


.contact_form_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_form_list dd{
	width: 32%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 20px;
}
.contact_form_list dd.ddw{
	width: 100%;
}
.contact_form_tt{
	width: 72px;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	text-align: right;
}
.contact_form_tt .icon{
	color: #d73f28;
	padding-right: 5px;
}

.contact_form_text,
.contact_form_area{
	width: calc(100% - 72px);
	height: 38px;
	font-size: 14px;
	padding-left: 15px;
	color: #333;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}
.contact_form_area{
	padding: 10px 15px;
	height: 115px;
}



/* 加盟代理 */
.jiameng_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.jiameng_box1_l{
	width: 44%;
	text-align: center;
	border: 5px solid #fff;
}
.jiameng_box1_l img{
	width: 100%;
}

.jiameng_box1_r{
	width: 52%;
}
.jiameng_box1_r_list dd{
	padding: 23px 0;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 1px solid #dcdcdc;
}


/* 定制雾炮 */
.dingzhi_box{
	border-top: 3px solid #2761c4;
	padding: 30px 5%;
}

.dingzhi_title1{
	margin-bottom: 30px;
}

.dingzhi_form_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.dingzhi_form_clm:first-child{
	border-top: 1px solid #eee;
}
.dingzhi_form_clm_tt{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.dingzhi_form_check{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #666;
	margin:5px 30px 5px 0;
}
.dingzhi_form_check input{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.dingzhi_form_qita{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 14px;
}
.dingzhi_form_text{
	width: 340px;
	height: 38px;
	font-size: 14px;
	padding-left: 15px;
	border: 1px solid #eee;
}


.dingzhi_form_clm2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 20px 0;
}
.dingzhi_form_clm3{
    padding: 20px 0;
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.dingzhi_form_clm3 .btn_style1{
    margin: 0 15px;
}

.dingzhi_form_clm2 .dingzhi_form_qita{
	width: 32%;
}
.dingzhi_form_clm2 .dingzhi_form_text{
	width: calc(100% - 72px);
}
.dingzhi_form_qita a{
	color: #d73f28;
}



/* faq */
/* ~~~~~~~~~~~~~~FAQ,css */
/* ~~~~~~~~~~~~~~FAQ,css */
/* ~~~~~~~~~~~~~~FAQ,css */
.FaqPageOne2 .item {
    background: #fff;
    padding: 40px 50px 50px 50px;
    border: 1px solid #eee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    margin-bottom: 20px;
}

.FaqPageOne2 .item:hover {
    background: #2761c4;
}

.FaqOne2_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
}

.FaqOne2_top .img_box {
    width: 112px;
    height: 112px;
    background: #f5f5f5;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.FaqOne2_top .img_box img {
    width: 100%;
}

.FaqOne2_top .problem_box {
    position: relative;
    width: 78%;
    margin-left: 30px;
}

.FaqOne2_top .problem_box .problem {
	font-weight: bold;
    font-size: 16px;
    color: #333333;
    background: #f5f5f5;
    padding: 22px 10px 22px 30px;
    border-radius: 10px;
}

.problem_box .FAQ_left_Arrow {
    position: absolute;
    bottom: -6px;
    left: -7px;
}

.problem_box .FAQ_left_Arrow img {
    max-width: 100%;
}

.FaqOne2_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.FaqOne2_bottom .img_box {
    width: 112px;
    height: 112px;
    background: #f5f5f5;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.FaqOne2_bottom .img_box img {
    width: 100%;
}

.FaqOne2_bottom .Answer_box {
    position: relative;
    width: 78%;
    margin-right: 30px;
}

.FaqOne2_bottom .Answer_box .Answer {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    background: #f5f5f5;
    padding: 24px 20px 25px 30px;
    border-radius: 10px;
}

.FaqOne2_bottom .Answer_box .FAQ_right_Arrow {
    position: absolute;
    bottom: -5px;
    right: -10px;
}

.FaqOne2_bottom .Answer_box .FAQ_right_Arrow img {
    max-width: 100%;
}




/* ~~~~~~~~~~~~~~FAQ,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~FAQ,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~FAQ,css~~~~~~~~~~~~~end */



/* news */
.news_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1 dd{
	width: calc((100% - 80px) / 3);
	margin: 0 40px 40px 0;
}
.news_list dd>a{
	display: block;
	background: #fff;
	border: 5px solid #fff;
}
.news_list1_pic{
	overflow: hidden;
}
.news_list1_pic img{
	width: 100%;
}
.news_list1_con{
	padding: 22px 3%;
}
.news_list1_tt{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list1_text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
}

.news_list1_con .btn_style1{
	border:1px solid #dcdcdc;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list1_con .btn_style1:hover{
	color: #fff;
	background: #2761c4;
	border-color: #2769b3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list1 dd a:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_list1 dd a:hover .news_list1_tt{
	color: #2761c4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* news_Det */
.news_det_box{
	padding: 35px 5%;
	margin-bottom: 60px;
}
.news_det_title1{
	color: #333;
	font-weight: bold;
	margin-bottom: 14px;
}
.news_det_times{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 22px;
}
.news_det_times .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin: 0 13px;
	font-size: 14px;
	color: #666;
}
.news_det_times .item .icon{
	font-size: 18px;
	margin-right: 5px;
}


.news_det_con{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	padding: 25px 0;
	border-top: 1px solid #eee;
}
.news_det_con img{
	height: auto !important;
}


.news_det_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_det_page_item{
	width: 49%;
	padding: 20px 3%;
	border: 1px solid #eee;
}
.news_det_page_item_tt{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}
.news_det_page_item_text{
	display: block;
	font-size: 14px;
	color: #666;
}




/* pro_list */
.pro_list_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.main_l{
	width: 300px;
}

.main_l_title1{
	color: #fff;
	line-height: 60px;
	background: #2761c4;
	padding: 0 30px;
	border-bottom: 1px solid #fff;
}
.main_l_nav_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 10px 30px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.main_l_nav_tt .icon{
	width: 36px;
	font-size: 30px;
}

.main_l_nav_tt .tt{
	width: calc(100% - 36px);
	font-weight: bold;
	padding-left: 5px;
}

.main_l_nav_down{
	display: none;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}
.main_l_nav_down a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 10px 0 10px 30px;
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.main_l_nav_down a:last-child{
	border: none;
}
.main_l_nav_down a .icon{
	width: 20px;
	font-size: 14px;
}

.main_l_nav_down a .tt{
	width: calc(100% - 20px);
}

.main_l_nav_down a:hover{
	color: #2761c4;
}


.main_l_nav dd.hover .main_l_nav_tt,
.main_l_nav dd:hover .main_l_nav_tt{
	color: #fff;
	background: #2761c4;
}


.main_l_contact{
	margin: 20px 0;
}

.main_l_contact_tt{
	line-height: 60px;
	color: #333;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.main_l_contact_con{
	padding: 17px 20px;
}
.main_l_contact_con .item{
	padding: 3px 0;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.main_l_contact_con .item a{
	color: #666;
}
.main_l_contact_con .item a:hover{
	color: #2761c4;
}


.main_l_inq_list{
	padding: 17px 20px;
}
.main_l_inq_list dd{
	margin-bottom: 10px;
}

.main_l_inq_text,
.main_l_inq_area{
	width: 100%;
	height: 38px;
	padding-left: 14px;
	font-size: 14px;
	color: #333;
	border: 1px solid #eee;
	border-radius: 3px;
}

.main_l_inq_area{
	height: 160px;
	padding: 10px 14px;
	resize: none;
}


.main_r{
	width: calc(100% - 330px);
	padding: 35px 20px;
}





/* pro_det */
.pro_det_t{
	padding: 40px 0;
}
.pro_det_t_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_pic_scroll{
	width: 39.2%;
	overflow: hidden;
	position: relative;
}

.pro_det_pic_scroll.owl-theme .owl-dots{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 13px;
	z-index: 2;
}



.pro_det_inf{
	width: 60.8%;
	padding: 20px 3.5%;
}
.pro_det_title1{
	color: #333;
	margin-bottom: 16px;
}

.pro_det_inf_desc{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 24px;
}

.pro_det_inf_list{
	padding: 8px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.pro_det_inf_list_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	padding: 10px 0;
	border-bottom: 1px dashed #d9d9d9;
}
.pro_det_inf_list_item:last-child{
	border: none;
}
.pro_det_inf_list_item .item{
	width: 33.33%;
}


.pro_det_inf_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 25px 0;
	border-bottom: 1px solid #d9d9d9;
}

.pro_det_inf_list2 .item{
	width: 25%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	position: relative;
	font-size: 16px;
	color: #333;
}
.pro_det_inf_list2 .item .icon{
	font-size: 20px;
	color: #d73f28;
	margin-right: 6px;
}
.pro_det_inf_list2 .item::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background: #d9d9d9;
	margin-top: -10px;
}
.pro_det_inf_list2 .item:last-child::after{
	display: none;
}

.pro_det_inf_tel{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 25px 0 10px;
}
.pro_det_inf_tel .tt{
	color: #333;
}

.pro_det_inf_tel .text a{
	color: #d73f28;
	font-weight: bold;
}

.pro_det_inf_tip{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 6px;
}

.pro_det_inf_share{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_det_inf_share .tt{
	font-size: 14px;
	color: #666;
}



/* pro_det_b */
.pro_det_b{
	padding: 40px 0;
	border-top: 10px solid #2761c4;
}

.pro_det_b_title{
	color: #fff;
	background: #2769b3;
}

.pro_det_b_title .tt{
	width: 200px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 0 25px;
	line-height: 60px;
	background: #1a53b3;
}
.pro_det_b_title .tt::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #fff;
	margin-right: 10px;
}


.pro_det_b_clm{
	padding-bottom: 45px;
	border-bottom: 1px solid #eee;
	margin-bottom: 45px;
}
.pro_det_b_clm1_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 40px 0;
	border-bottom: 1px solid #eee;
}
.pro_det_b_clm1_item:last-child{
	border: none;
}


.pro_det_b_clm1_item_pic{
	width: 42.4%;
	overflow: hidden;
}
.pro_det_b_clm1_item_con{
	width: 53.6%;
}

.pro_det_b_title2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 20px;
}
.pro_det_b_title2 .icon{
	width: 3px;
	height: 22px;
	background: #2761c4;
	position: relative;
	margin-right: 13px;
}
.pro_det_b_title2 .icon::before{
	content: "";
	display: block;
	width: 3px;
	height: 11px;
	background: #d73f28;
}

.pro_det_b_clm1_item_text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.pro_det_b_clm1_item:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
} 




.pro_det_b_clm2{
	margin-bottom: 45px;
}

.pro_det_b_clm2_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_clm2_list1 dd{
	width: calc((100% - 40px) / 3);
	padding: 30px 20px;
	margin: 0 20px 20px 0;
	background: #fcfcfc;
	border: 1px solid #eee;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_clm2_list1 dd .num{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 30px;
	color: #fff;
	width: 73px;
	height: 73px;
	background: #2761c4;
	border-radius: 50%;
	margin: 0 auto 17px;
}
.pro_det_b_clm2_list1 dd .tt{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.pro_det_b_clm2_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.pro_det_b_text{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.pro_det_b_text img{
	height: auto !important;
}

.pro_det_b_text table{
	width: 100%;
	border-top: 3px solid #2761c4;
	margin-bottom: 20px;
}
.pro_det_b_text table tr td{
	padding: 6px 10px;
	border: 1px solid #eee;
}
.pro_det_b_text table tr:nth-child(odd){
	background: #fcfcfc;
}




.pro_det_b_clm_rela_case .ind_case_list_item{
	background: #fff;
}
.pro_det_b_clm_rela_case .ind_box6_scroll_tt{
	font-size: 16px;
}
.pro_det_b_clm_rela_case .ind_box6_scroll_text,
.pro_det_b_clm_rela_case .ind_box6_scroll_rela_pro{
	font-size: 14px;
}
.pro_det_b_clm_rela_case .ind_box6_scroll_text{
	margin-bottom: 15px;
}
.pro_det_b_clm_rela_case .ind_box6_scroll_rela_pro .con a{
	line-height: 24px;
	margin-bottom: 6px;
}




.pro_rela_news_scroll .news_list1_con{
	padding-left: 0;
	padding-right: 0;
}


.pro_det_b_clm4_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_clm4_list .item{
	width: calc((100% - 60px) / 4);
	border: 3px solid #eee;
	overflow: hidden;
	margin: 0 20px 20px 0;
}



.pro_faq_scroll.FaqPageOne2 .item{
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}



/* server */
.server_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.server_list1 dd{	
	padding: 5px;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list1_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.news_list1_btn_box .btn_style1{
	margin: 0 10px 10px;
}
.service_list1_btn_box .btn_style1:hover{
    color: #333;
    background: #fff;
    border-color: #dcdcdc;
}
.server_list1 dd:hover{
	background: #2761c4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.server_list1 dd:hover .news_list1_tt,
.server_list1 dd:hover .news_list1_text{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.server_box2_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.server_box2_list dd{
	width: calc((100% - 60px) / 4);
	border: 5px solid #f5f5f5;
	margin: 0 20px 0 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.server_box2_list dd:last-child{
	margin-right: 0;
}
.server_box2_list dd .news_list1_con{
	border-top: 5px solid #f5f5f5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.server_box2_list dd:hover,
.server_box2_list dd:hover .news_list1_con{
	border-color: #2761c4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.server_box3_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.server_box3_list1 dd{
	width: 20%;
	background: #fff;
	padding: 50px 2%;
	text-align: center;
	border: 1px solid #dcdcdc;
	margin-left: -1px;
}

.server_box3_list1_icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 63px;
	height: 63px;
	color: #fff;
	font-size: 36px;
	background: #2761c4;
	border-radius: 50%;
	margin: 0 auto 18px;
}

.server_box3_list1 dd .news_list1_text{
	margin-bottom: 0;
}


.video_list2 dd{
	margin-bottom: 25px;
}
.video_list2 dd .btn_style1{
	background: #fff;
}



.footer_friend_link_tt{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.footer_friend_link_con{
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_friend_link_con a{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px 10px 0;
}